home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 95 / Amiga News 95.iso / dpat / dpat14 / log / log.doc next >
Text File  |  1992-09-26  |  4KB  |  94 lines

  1.  
  2.  
  3.  
  4.                                   Log.rexx doc
  5.                                   ~~~~~~~~~~~~
  6.                              Written by Gérard Cornu
  7.  
  8.                                   26 Sep 1992
  9.  
  10.  
  11.      Log.rexx is  ©1992  Gérard  Cornu,  but  freely  redistributable.  When
  12.      re-distributing don't forget to include  this  unmodified doc file. And
  13.      don't charge more than the cost of an AmigaLibdisk from Fred FISH.
  14.  
  15.      This program  cannot  be  used  for  commercial  purposes,  or included
  16.      on magazine's cover disks without the written permission of the author.
  17.  
  18.      Peter Miles (see  end  of  file)  is  obviously  granted  permission to
  19.      include it in any ICPUG Amiga library disk ;-).
  20.  
  21.      Fred Fish is also allowed to include it in its AmigaLibDisk library.
  22.  
  23.  
  24. What's that?
  25. ~~~~~~~~~~~~
  26.      Log.rexx creates and  maintains  a  log  file  of  all  boot  up times,
  27.      including boot up after reset, guru, etc..., as well as shutdown times.
  28.      It'll do it with a bit of help from yourself!
  29.  
  30.      The format of the log file (called BootLogFile) is as follows:
  31.  
  32.      ...
  33.      Sa_26-Sep_09:12 - Power up time.
  34.      Sa_26-Sep_13:45 - Guru: culprit not known!
  35.      ...
  36.      ...
  37.      Sa_26-Sep_15:28 - Reset: this f*ckin' program hang again!!
  38.      Su_27-Sep_00:51 - Shut down time.
  39.      ----------------------------------
  40.      Su_27-Sep_08:23 - Power up time.
  41.      ...
  42.  
  43.  
  44. How to use it?
  45. ~~~~~~~~~~~~~~
  46.      You'll have first to modify a line in log.rexx. The part of the line is
  47.      clearly indicated by comments. The part  you are going to modify should
  48.      reflects the path where you want the log file (BootLogFile) to be, ie:
  49.  
  50.           'Work:temp/' or 'DH0:temp/log/' or 'Temp:'
  51.  
  52.      It should indicate a directory, absolute  or assigned, and end with '/'
  53.      or ':' accordingly.
  54.  
  55.      Then you have to insert 'rx  log  on' in your startup-sequence or user-
  56.      startup. If you are putting it  in  your startup-sequence be careful to
  57.      put it after 'reexmast' *and* 'IPrefs'.
  58.  
  59.      Before shutting off your machine call  'rx log off'. That's all there's
  60.      to it!
  61.  
  62.  
  63.    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
  64.    |  Send any bug report, compliment  ;-), chocolates, freely distributable|
  65.    |  software, 1Gb hard  disks, A3 48 bits colour scanners, brand new      |
  66.    |  AMIGA 4000, etc...                                                    |
  67.    |                                                                        |
  68.    |  O R   S I M P L Y   A   P O S T    C A R D !  to:                     |
  69.    |                                                                        |
  70.    |                       Gérard CORNU                                     |
  71.    |                       11 avenue Edouard Aynard                         |
  72.    |                       69130 ECULLY                                     |
  73.    |                                                                        |
  74.    |                       FRANCE                                           |
  75.    |                                                                        |
  76.    |                                                                        |
  77.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  78.  
  79.  
  80.                                 Have a nice day!
  81.  
  82.  
  83.  
  84.      Pete Miles: ICPUG Amiga library organiser.
  85.  
  86.      ICPUG is the one and only Independent Commodore Products Users Group.
  87.  
  88.      To become a member of this brilliant club contact:
  89.  
  90.      Jack COHEN, ICPUG Membership secretary, P.O. Box 1309,
  91.      LONDON, N3 2UT, (England), EUROPE.
  92.  
  93.  
  94.